'Declaration
Public Overloads Function RemoveRows( _ ByVal removedRows() As DataGridRow _ ) As Boolean
public bool RemoveRows( DataGridRow[] removedRows )
Parameters
- removedRows
- The rows to remove.
Return Value
True, if the rows were removed
'Declaration
Public Overloads Function RemoveRows( _ ByVal removedRows() As DataGridRow _ ) As Boolean
public bool RemoveRows( DataGridRow[] removedRows )